Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement loading and saving for floating docks #62963

Closed

Conversation

MinusKube
Copy link
Contributor

As mentioned in #57142 (comment), floating docks in the editor layout were not loaded nor saved, they were always reset back to their original dock slot.

Now, they are saved in the config with the key dock_floating, here's what it looks like in a config file:

dock_floating={
"Inspector": Rect2i(2319, 47, 688, 448),
"Node": Rect2i(3012, 48, 486, 933)
}

@akien-mga
Copy link
Member

Superseded by #62378.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants